DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / WillDisplay Method

In This Topic
    WillDisplay Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub WillDisplay( _
       ByVal tableView As UIKit.UITableView, _
       ByVal cell As UIKit.UITableViewCell, _
       ByVal indexPath As Foundation.NSIndexPath _
    ) 
    public virtual void WillDisplay( 
       UIKit.UITableView tableView,
       UIKit.UITableViewCell cell,
       Foundation.NSIndexPath indexPath
    )

    Parameters

    tableView
    cell
    indexPath
    See Also